pathbar: use the same parameter as in the declaration
authorIgnacio Casal Quinteiro <icq@gnome.org>
Thu, 19 Feb 2015 13:44:56 +0000 (14:44 +0100)
committerIgnacio Casal Quinteiro <icq@gnome.org>
Thu, 19 Feb 2015 13:46:32 +0000 (14:46 +0100)
gtk/gtkpathbar.c

index 06e11c80672205760f35da0d4b477e53e8ced4be..740cf2f441b0931e39fc780b7d3690d5a1c878a5 100644 (file)
@@ -1849,9 +1849,9 @@ gtk_path_bar_get_info_callback (GCancellable *cancellable,
 }
 
 void
-_gtk_path_bar_set_file (GtkPathBar      *path_bar,
-                        GFile           *file,
-                        const gboolean   keep_trail)
+_gtk_path_bar_set_file (GtkPathBar *path_bar,
+                        GFile      *file,
+                        gboolean    keep_trail)
 {
   struct SetFileInfo *info;